home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 November / Chip Kasım 1999.iso / program / astr / sky / SYSTEMS / DUMMY.SSD < prev    next >
Encoding:
Text File  |  1998-10-23  |  1.3 KB  |  27 lines

  1. //
  2. //     Star System Data
  3. //  *********************
  4. //
  5. // ID            body ID (must be unique in all star systems)
  6. // cID          central body ID (must be declare before)
  7. // owner        owner star (links star system with a star)
  8. // iP           global inclination plane
  9. // type         body type (0E=bipolar jets,0F=rings,10=rocky planets,11=gas planets)
  10. // radius       body radius (Km)
  11. // a            Keplerian (semi-major axis) (Km)
  12. // e            Keplerian (eccentricity)
  13. // i            Keplerian (Orbital Inclination) (deg)
  14. // Omg          Keplerian (Right Ascension of Ascending Node) (deg)
  15. // w            Keplerian (Argument of Perigee) (deg)
  16. // v0           Keplerian (Mean Anomaly) (deg)
  17. // obl          Obliquity to orbit (deg)
  18. // period       Sidereal orbit period (days)
  19. // mass         Body Mass (Kg^24)
  20. // Lat0         latitude 0 (deg)
  21. // RotP         Rotation period (days)
  22. // texture      texture id (00000000=generic rocky planet,00000001=generic gas planet)
  23. // name         body name
  24. //
  25. // ID      cID     owner   iP    type   radius    a           e           i          Omg        w          v0      obl   period        masss   Lat0  rotP texture    Name
  26. //------------------------------------------------------------------------------------------------------------------------------------------------------------------
  27.